@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 70px;
	font-family: impact, sans-serif;
    background: url('../support bilder/mamohr.jpeg');
	-webkit-background-clip: text;
    background-clip: text;
	color: transparent;
	-webkit-text-stroke-width: px;
	-webkit-text-stroke-color: black;
}
h2 {
	font-size: 35px;
	font-family: impact, sans-serif;
    background: url('../support bilder/images.jpeg');
	-webkit-background-clip: text;
    background-clip: text;
	color: transparent;
	-webkit-text-stroke-width: px;
	-webkit-text-stroke-color: black;
}
p {
	font-size: 20px;
	color: lawngreen;
}
p2 {
	font-size: 20px;
	color: lightgreen;
}
p3 {
	font-size: 20px;
	color: limegreen;
}
p4 {
	font-size: 20px;
	color: forestgreen;
}
p5 {
	font-size: 20px;
	color: green;
}
p6 {
	font-size: 20px;
	color: darkgreen;
}
body {
	background-image: url("../support bilder/mamohr.jpeg");
	background-position: cover;
} 